createAppKit
, and wagmi packages, then create your configs as shown below.
Finally, pass your configuration to createAppKit
.@walletconnect/react-native-compat
before wagmi
to avoid any issues.createAppKit
must be called before rendering the <AppKit />
component or any other AppKit UI components. Make sure to call createAppKit
at the module level, outside of your React components.Info.plist
file.<key>LSApplicationQueriesSchemes</key>
section.<array>
. These schemes represent the wallets you want to detect.yarn add @reown/appkit-coinbase-wagmi-react-native
coinbaseConnector
and add it in extraConnectors